/** additional/modified css **/

/* Colors  */
.pacific-blue {
  color: #0094ea !important;
}
/* Colors  */

/** header  **/
header {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

body.has-secondary-header {
  padding-top: 38px;
}
body.has-secondary-header header {
  margin-top: -38px;
}
.secondary-menu {
  padding: 7px 20px;
  background-color: #000;
  margin: 0;
}
header .secondary-header .secondary-menu a {
  font-family: "ProximaNova-Reg";
  /* background-color: #000; */
  padding: 3px 20px;
  font-size: 12px;
}
header .secondary-header .secondary-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: auto;
}
header .secondary-header .secondary-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}
header .secondary-header .secondary-menu li:last-of-type {
  margin-right: 0;
  margin-top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .secondary-menu {
    padding: 7px 0 !important;
    margin: 0;
  }
  body.has-secondary-header header {
    margin-top: 0px !important;
  }
  body.has-secondary-header {
    padding-top: 0 !important;
  }
  .header_contact_info {
    display: inline-block !important;
  }
  .secondary-menu {
    /* display: inline-block !important; */
  }
  header .mobile-menu .wp-menu .menu-item:first-child > a {
    background-color: #000;
    padding: 10px 20px;
  }
}

.header_contact_info .address,
.header_contact_info .phone {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.header_contact_info .address .image_icon img,
.header_contact_info .phone .image_icon img {
  max-height: 15px;
}
.header_contact_info .address span a,
.header_contact_info .phone span a {
  font-size: 12px;
  color: #0a0a0a;
  text-decoration: none;
}
.header_social_media a img {
  max-height: 20px;
}
.header_social_media {
  display: flex;
  gap: 5px;
  align-self: flex-end;
  margin-bottom: 3px;
}
.header-social-contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_contact_info {
  font-family: "ProximaNova-Reg";
  display: flex;
  gap: 15px;
  margin-left: 13px;
}

.mobile-social-contents {
  background-color: #0094ea;
  margin-bottom: -1rem;
}
.mobile-social-contents ul,
.mobile-social-contents ol,
.mobile-social-contents li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/** header  **/

/** footer  **/
.footer_contact_info .address .image_icon img,
.footer_contact_info .email .image_icon img,
.footer_contact_info .phone .image_icon img {
  max-height: 15px;
}
.footer_contact_info .address span a,
.footer_contact_info .email span a,
.footer_contact_info .phone span a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer_contact_info .address .social-icon-circled,
.footer_contact_info .email .social-icon-circled,
.footer_contact_info .phone .social-icon-circled {
  color: #0094ea;
}

.footer_contact_info .address,
.footer_contact_info .email,
.footer_contact_info .phone {
  display: flex;
  gap: 10px;
}
.footer_trading_hours {
  color: #fff;
  font-size: 14px;
  font-family: "LexendDeca-Light";
  line-height: 0.8;
}
.footer_social_media a img {
  max-height: 15px;
}
.footer_logo {
  border-right: 1px solid #0094ea;
}
.footer_logo,
.footer_content {
  justify-content: center;
  align-items: center;
  display: flex;
  border-right: 1px solid #0094ea;
  height: 180px;
  margin: auto;
}
.footer-contact-info-main-container {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.footer-contact-info-main-container h4 {
  font-size: 27px;
  color: #0094ea;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "LexendDeca-SemiBold";
}
.footer-contact-info-main-container p {
  font-family: "LexendDeca-Medium";
  font-size: 14px;
  color: #0094ea;
}
.footer-buttons-wrap {
  margin-top: 1rem;
  gap: 15px;
  display: flex;
}
.footer-buttons-wrap a {
  color: #fff;
  border: 1px solid #0094ea;
  padding: 10px 10px;
  text-decoration: none;
  display: inline-flex;
  width: 170px;
  justify-content: center;
  font-size: 15px;
  text-align: center;
  align-items: center;
  font-family: "ProximaNova-Reg";
}
.footer-map-wrap {
  padding: 0 1rem;
}
.footer .footer_container .footer_wrap .footer_logo img {
  max-width: 250px !important;
}
@media only screen and (max-width: 639px) {
  .footer {
    padding: 0px 20px 50px 20px !important;
  }
  .footer-contact-info-main-container {
    align-items: center;
  }
  .footer_logo,
  .footer_content {
    border-right: 0px solid #0094ea;
  }
  .footer-buttons-wrap {
    display: inline-grid;
  }
}

/** footer  **/

/** homepage **/
/** homepage **/

/** subpages **/

/* Posts Start  */
.post-item {
  padding: 3rem 0;
}
.posts-left-info h2 {
  line-height: 1;
  text-align: left;
}
.posts-left-info {
  margin-bottom: 1rem;
}
.posts-left-info .posts-desc {
  font-size: 23px;
  line-height: 1.2;
  padding: 1rem 0;
}
.posts-btn-left a {
  background-color: #0094ea;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat-SemiBold";
  width: 200px;
}
.posts-right-image {
  aspect-ratio: 12 / 7;
  object-fit: cover;
  background-size: cover;
}
.pagination-posts {
  text-align: center;
  padding: 1rem 0;
}
.pagination-posts a {
  font-family: "Moulay-Regular";
  font-size: 18px;
  color: #0094ea;
  text-decoration: none;
}
.one-column-text-section__container {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1rem 0;
}
/* Posts End  */

/** subpages **/

/** snippets **/

.image_links.full_width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.image_links .full_width_inner {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

/* Image Links Two Cols Start */
.image_links .image_links_wrap {
  max-width: 80rem;
  margin: auto;
  overflow: hidden;
}
/* Image Links Two Cols End */

/* Two Cols Image Text Start */
.two-col-image-text-section {
  padding: 2rem 0;
}
.two-col-image-text-content-wrap h2 {
  line-height: 1;
  text-align: left;
}
.two-col-image-text-content-wrap p {
  font-size: 23px;
  line-height: 1.2;
}
.two-col-image-text-buttons {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
}
.two-col-image-text-buttons .buttons-rep-textimage a {
  background-color: #0094ea;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat-SemiBold";
}

.two-col-image-text-image-wrap img {
  /* aspect-ratio: 12 / 12;
  object-fit: cover;
  background-size: cover; */
}

.two-col-image-text-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* This makes the child columns equal height */
}

.two-col-image-text-content-wrap,
.two-col-image-text-image-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* optional, if you want vertical centering of content inside */
}

/* Two Cols Image Text End */

/* Events List and Slider */
.landscape-design-slider {
  max-width: 67.5rem;
  margin: auto;
}
.events-main-title h2 {
  margin-bottom: 30px;
  font-size: 45px;
  color: #0094ea;
  text-align: center;
  font-family: "Moulay-Regular";
  text-transform: uppercase;
  line-height: 1;
}
.event-item .event-image {
  /* aspect-ratio: 6 / 12; */
  object-fit: cover;
  background-size: cover;
  min-height: 550px;
  width: 100%;
}
.event-content .event-title {
  font-size: 25px;
}
.event-content {
  background-color: #fff;
  text-align: center;
  padding: 2rem 0;
}
.event-content a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #0094ea;
  padding: 5px 30px;
  color: #fefefe;
  font-size: 15px;
  font-family: "Montserrat-SemiBold";
}
.event-item .event-image-home-slider {
  aspect-ratio: 12 / 6;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.evt-main-section {
  padding: 2rem;
}

.evt-main-section > div.row {
	justify-content: center;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-dots li .custom-dot:before {
  font-size: 13px !important;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

/* Events List and Slider */

/* Main Title Start */
.main-title-container h2 {
  margin-top: -10px;
}
.main-title-section {
  /* border-bottom: 1px solid #989894; */
  padding: 30px 0;
}
.main-title-container h1,
.main-title-container > h2 {
  text-transform: uppercase;
}
/* Main Title End */

/* Slider Gallery Start */
.slider-rep-wrap {
  box-sizing: border-box;
  /* margin: 0px; */
}
.slider-rep-wrap img {
  padding: 0 5px 0px 5px;
}
.slider-rep-wrap.no-left img {
  padding: 0px 5px 0px 0px;
}
.slider-rep-wrap.no-right img {
  padding: 0px 0px 0px 5px;
}
.slider-gallery-section {
  padding: 2rem 0;
}
.slider-rep-wrap img {
  width: 100%;
  /* height: 320px; */
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
  border-radius: 10px;
  background-size: cover;
}
.slider-rep-wrap {
  /* margin: 0 7px; */
}
.custom-arrow {
  background: none !important;
  border: none !important;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  cursor: pointer !important;
  padding: 0 !important;
}
.custom-arrow-prev::before {
  content: "" !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  border-left: 8px solid #fff !important;
  border-bottom: 8px solid #fff !important;
  transform: rotate(45deg) !important;
  opacity: 9 !important;
}
.custom-arrow-next::before {
  content: "" !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  border-right: 8px solid #fff !important;
  border-bottom: 8px solid #fff !important;
  transform: rotate(-45deg) !important;
  opacity: 9 !important;
}
.__slider-gallery .slick-prev {
  left: 40px !important;
}
.__slider-gallery .slick-next {
  right: 40px !important;
}
/* Slider Gallery End */

/* Image Gallery 3 Col Start */
.image-gallery-3col-section {
  padding: 3rem 2rem;
}
.image-gal-3col-rep-wrap img {
  width: 100%;
  aspect-ratio: 10 / 12 !important;
  object-fit: cover;
  background-size: cover;
}
.image-gal-3col-rep-wrap {
  margin: 0 4px;
}
.image-gallery-3col-section {
  padding: 3rem 2rem 6rem;
}
/* Image Gallery 3 Col End */

/* Members Info Cards Start */
.members-info-cards-section {
  padding: 2rem 0;
}
.members-info-cards-section h2 {
  line-height: 1;
}
.members-card-rep {
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.cards-sub-rep-title {
  margin: 0;
  font-family: "LexendDeca-SemiBold";
  font-size: 25px;
  padding-bottom: 0.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.cards-sub-rep-year {
  font-family: "LexendDeca-Light";
  color: #1d9fea;
  font-size: 20px;
}
.cards-sub-rep-list-content-wrap {
  /* height: 360px; */
  height: 250px;
  margin-bottom: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.special-normal-price-cards {
  font-size: 75px;
}
.cards-sub-rep-list-content-wrap:nth-child(odd) .cards-sub-rep-title {
  border-bottom: 1px solid #1d9fea;
}
.cards-sub-rep-list-content-wrap:nth-child(even) .cards-sub-rep-title {
  border-bottom: 3px dotted #1d9fea;
}
.special-info-wrapper {
  display: flex;
  text-align: center;
  align-items: end;
  justify-content: center;
  gap: 10px;
}
.old-price-card-members {
  /* color: #505050; */
  position: relative;
  font-size: 35px;

  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.currency-symbol,
.price-cents {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: 5px;
}
.buttons-members-info-cards {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0 1.5rem;
}
.buttons-members-info-cards .join-now-btn-mem {
  background-color: #0094ea;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat-SemiBold";
  margin: auto;
}
.buttons-members-info-cards .inquire-btn-mem {
  background-color: #616668;
  padding: 10px 30px;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat-SemiBold";
  margin: auto;
}
.strikethrough-red {
  position: relative;
  display: inline-block;
  color: #505050;
}
.strikethrough-red::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(-10deg);
  transform-origin: center;
}
.extra-text-for-memcards p {
  font-size: 14px;
}

/* Members Info Cards End */

/* Category Grid Start */
.base-height-row {
  height: 600px;
  display: flex;
  flex-wrap: wrap;
}
.secondary-base-height-row {
  height: 300px;
}
.secondary-second-row {
  margin-top: 1rem;
}
.primary-first-row {
}
.category-grid-section {
  padding: 40px 20px;
}
.category-card {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: background 0.3s ease;
}
.category-card:hover .category-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.category-overlay h2 {
  position: relative;
  color: #fefefe;
  text-align: center;
  margin: 0;
  align-self: center;
  font-weight: 300;
  font-family: "Moulay-Medium";
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
}
.col-item-cat-grid {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* Responsive Fixes */
@media only screen and (max-width: 768px) {
  .base-height-row,
  .secondary-base-height-row {
    height: auto !important;
    display: block;
  }

  .category-card {
    min-height: 200px;
  }

  .category-overlay h2 {
    font-size: 1.4rem;
  }

  .primary-first-row {
    margin-top: 0.75rem;
  }

  .secondary-second-row {
    margin-top: 0.75rem;
  }
}

/* ✅ Fix grid when there are fewer than 4 items */
.category-grid-section .base-height-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.category-grid-section .col-item-cat-grid {
  display: flex;
}

/* Auto height if missing items */
.category-grid-section .category-card {
  min-height: 250px;
}

/* ✅ Desktop logic */
@media only screen and (min-width: 769px) {
  /* 1 item */
  .category-grid-section .col-item-cat-grid:only-child {
    width: 100%;
  }

  /* 2 items */
  .category-grid-section
    .col-item-cat-grid:nth-child(-n + 2):nth-last-child(-n + 2) {
    width: 50%;
  }

  /* 3 items */
  .category-grid-section
    .col-item-cat-grid:nth-child(-n + 3):nth-last-child(-n + 3) {
    width: calc(33.333% - 0.5rem);
  }
}

/* ✅ Tablet & Mobile — stack all */
@media only screen and (max-width: 768px) {
  .category-grid-section .col-item-cat-grid {
    width: 100% !important;
    margin-bottom: 0.75rem;
  }

  .category-card {
    min-height: 200px;
  }

  .category-overlay h2 {
    font-size: 1.6rem;
  }
}

/* Categiry Grid End */

/* Gravity Forms Adjustments Start */
body .gform_wrapper ::placeholder {
  color: #c6c8c9 !important;
}
.gform_wrapper select.placeholder-active {
  color: #c6c8c9 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 20px !important;
  font-family: "LexendDeca-Regular";
  text-transform: uppercase;
  margin-bottom: 2px !important;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid #c6c8c9 !important;
  border-radius: 10px !important;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 1.2 !important;
  }
}

/* Gravity Forms Adjustments End */

/* Weekly Events Start */
.event-tabs {
  margin: 4rem 0;
}
.weekly-title {
  color: #000;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.tab-button {
  padding: 0.7rem 2rem;
  font-size: 1.7rem;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: none;
  text-transform: uppercase;
  font-family: "Moulay-Regular";
}

.tab-button.active {
  font-family: "Moulay-Regular";
  background: #f2f2f2;
  color: #2d9bf3;
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-thickness: 1px;
  border-radius: 0px 2rem 0px 0px;
}

.tab-content {
  display: none;
  background-color: #f2f2f2;
}

.tab-content.active {
  display: block;
}
.event-week-row {
  display: flex;
  gap: 16px;
  padding: 5rem 0;
  justify-content: center;
  max-width: 85rem;
  margin: auto;
}
.event-day-card {
  background-color: #f9f9f9;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event-day-card h4 {
  margin-top: 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #0094ea;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Moulay-Regular";
}
.event-day-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.event-day-card li {
  margin-bottom: 0.8rem;
}
.event-day-card a {
  text-decoration: none;
  color: #333;
  font-family: "Moulay-Regular";
}
.event-day-card a:hover {
  text-decoration: none;
}
.event-item-card {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.event-title-weekly {
  color: #0094ea;
  text-decoration: none !important;
}

.no-event-weekly {
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "Moulay-Regular";
}

/* ✅ Responsive Styles */
@media screen and (max-width: 1024px) {
  .tab-button {
    flex: 1 1 100%;
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
  }

  .event-week-row {
    gap: 12px;
    padding: 1rem 0.5rem;
    overflow-x: auto;
  }

  .event-day-card {
    flex: 0 0 50%;
    min-height: auto;
  }

  .event-item-card {
    font-size: 1rem;
  }

  .tab-buttons {
    gap: 5px;
    margin-top: 2rem;
  }
  .event-week-row {
    justify-content: flex-start;
  }
  .tab-button.active {
    border-radius: 0px;
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .event-week-row {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding-bottom: 10px;
  }

  .event-day-card {
    min-width: 280px;
    flex: 0 0 auto;
  }

  .event-week-row::-webkit-scrollbar {
    display: none;
  }

  .event-week-scroll {
    position: relative;
  }

  .scroll-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
  }

  .scroll-arrow.left {
    left: 5px;
  }
  .scroll-arrow.right {
    right: 5px;
  }
}

@media screen and (max-width: 480px) {
  .event-day-card {
    flex: 0 0 100%;
  }

  .tab-button {
    font-size: 0.95rem;
    /* padding: 0.6rem 0.8rem; */
    padding: 1rem;
  }

  .event-tabs h2 {
    font-size: 1.3rem;
    text-align: center;
  }

  .event-day-card h4 {
    font-size: 1.2rem;
  }
  .event-week-row {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .tab-button.active {
    border-radius: 0px;
    padding: 1rem;
  }
}

/* Weekly Events End */

.contact-us .text-section .text-section__wrapper {
  align-items: flex-start !important;
}

/** snippets **/

/** custom-media **/

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {
}

/* Large and up */
@media screen and (max-width: 74.99875em) {
}

@media screen and (min-width: 64em) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1390px) {
}

@media (max-width: 1351px) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

@media (max-width: 1024px) {
}

@media (max-width: 840px) {
}

@media (max-width: 768px) {
  h1,
  .text-section h1 {
    font-size: 40px;
    line-height: 1;
  }
  h2,
  .events-main-title h2 {
    font-size: 35px;
  }
  .image_links .image_links_container .image_links_wrap a .image_link_item h3 {
    font-size: 35px;
  }
  .main-title-container h2 {
    margin-top: 0;
    line-height: 1;
  }
}

@media (max-width: 668px) {
}

/***small devices***/
@media (max-width: 600px) {
}

@media (max-width: 578px) {
}

@media (max-width: 530px) {
}

@media (max-width: 500px) {
}

@media (max-width: 430px) {
}

@media (max-width: 420px) {
}

@media (max-width: 411px) {
}

@media (max-width: 379px) {
}
